Indraneel Ganguli Apps

Near Friend 2.0
The application alerts you when your friendisnearby (say 100 meters). Many a times our friend are innearbylocation say Theater or movie hall and we are unaware ofthem. Thisapplication tries to help in those situations. Theapplicationdoesn't require any email id or facebook account. Onneeds to doone time registration using his phone number and can addtheirfriends from phone contact book. If you friend also adds youin theapp. You both will be connected..When ever your friends are near by (say 100 meters), bothwillget alert.
Performance Profiler 1.0
Its is hard to do code performanceprofilingfor a app as its not Debuggable. This tool makes anyretail appready for doing client side performance code profiling.One need todownload the target apk file (the app you want toprofile) on toSDCARD. You can use apk share for the same todownload a app fromplaystore . Uninstall existing target app. OpenPerformanceProfiler app ,select the target app from sd card andclick onInstall . The target app will become ready for codeprofiling. Thenyou can use the Regular android Monitor or EclipseDDMS profiler(comes as a part of android SDK) to profile a targetapp's clientcode(http://developer.android.com/tools/debugging/ddms.html)